home *** CD-ROM | disk | FTP | other *** search
- -- background: 2645 from stack: in
- -- bmap block id: 3298
- -- flags: 0000
- -- background id: 0
- -- name: diversions
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=464 top=307 right=336 bottom=500
- -- title width / last selected line: 0
- -- icon id / first selected line: 29114 / 29114
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- hide bkgnd button "more?"
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 7 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=327 top=137 right=156 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: phone
-
-
- -- part 8 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=327 top=114 right=133 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: statename
-
-
- -- part 9 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=327 top=90 right=109 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: cityname
-
-
- -- part 11 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=197 top=115 right=134 bottom=254
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: pricerange
-
-
- -- part 12 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=29 top=115 right=134 bottom=169
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: type
-
-
- -- part 13 (field)
- -- low flags: 01
- -- high flags: 2004
- -- rect: left=29 top=52 right=78 bottom=268
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: itemname
-
-
- -- part 14 (field)
- -- low flags: 00
- -- high flags: 6007
- -- rect: left=29 top=166 right=290 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: comments
-
-
- -- part 15 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=327 top=65 right=84 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: street
-
-
- -- part 16 (button)
- -- low flags: 80
- -- high flags: 8003
- -- rect: left=206 top=311 right=333 bottom=306
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: More?
- ----- HyperTalk script -----
- on mouseUp
- global citytest
- find citytest in field cityname
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=0 top=305 right=342 bottom=37
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go home
- end mouseUp
-
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=58 top=311 right=335 bottom=269
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: More?
- ----- HyperTalk script -----
- on mouseUp
- global city
- go next
- find city in field cityname
- if field cityname <> city then
- go card diversions
- end if
- end mouseUp
-
-